home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / tank_commander.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.4 KB  |  58 lines

  1. tc_coat
  2. {
  3.     qer_editorimage textures/models/human/germanmaps/tank_commander/tc_coat.tga
  4.     {
  5.         map textures/common/reflection1.tga
  6.         rgbGen lightingSpherical
  7.         tcgen environmentmodel
  8.     }
  9.     {
  10.         map textures/models/human/germanmaps/tank_commander/tc_coat.tga
  11.         rgbGen lightingSpherical
  12.         blendFunc GL_ONE_MINUS_SRC_ALPHA GL_SRC_ALPHA
  13.     }
  14. }
  15. tc_coat_c
  16. {
  17.     qer_editorimage textures/models/human/germanmaps/tank_commander/tc_coat.tga
  18.     cull none
  19.     {
  20.         map textures/common/reflection1.tga
  21.         rgbGen lightingSpherical
  22.         tcgen environmentmodel
  23.     }
  24.     {
  25.         map textures/models/human/germanmaps/tank_commander/tc_coat.tga
  26.         rgbGen lightingSpherical
  27.         blendFunc GL_ONE_MINUS_SRC_ALPHA GL_SRC_ALPHA
  28.     }
  29. }
  30. l_gloves
  31. {
  32.     qer_editorimage textures/models/human/germanmaps/tank_commander/l_gloves.tga
  33.     {
  34.         map textures/common/reflection1.tga
  35.         rgbGen lightingSpherical
  36.         tcgen environmentmodel
  37.     }
  38.     {
  39.         map textures/models/human/germanmaps/tank_commander/l_gloves.tga
  40.         rgbGen lightingSpherical
  41.         blendFunc GL_ONE_MINUS_SRC_ALPHA GL_SRC_ALPHA
  42.     }
  43. }
  44.  
  45. tc_hat
  46. {
  47.     qer_editorimage textures/models/human/germanmaps/tank_commander/tc_hat.tga
  48.     {
  49.         map textures/common/reflection1.tga
  50.         rgbGen lightingSpherical
  51.         tcgen environmentmodel
  52.     }
  53.     {
  54.         map textures/models/human/germanmaps/tank_commander/tc_hat.tga
  55.         rgbGen lightingSpherical
  56.         blendFunc GL_ONE_MINUS_SRC_ALPHA GL_SRC_ALPHA
  57.     }
  58. }